home *** CD-ROM | disk | FTP | other *** search
/ Dr. Windows 3 / dr win3.zip / dr win3 / PVDRIVER / STAFF200.ZIP / READ.ME < prev    next >
Text File  |  1993-08-31  |  5KB  |  129 lines

  1. Staff Sargeant 1.01 by John Meadows
  2.  
  3. Staff Sargeant is a simple Windows utility with a single purpose; 
  4. the printing of blank music staff paper . In addition to printing 
  5. plain music paper, the program can also print music paper with 
  6. clefs and braces preset for many different types of music, 
  7. including piano/keyboard, organ, string quartet, guitar 
  8. tabulature, even Gregorian chant.
  9.  
  10. Installation
  11.  
  12. The archive should contain the following files:
  13.  
  14. staff.exe          This is the program
  15. cmdialog.vbx       Custom control file
  16. commdlg.dll        Custom control file
  17. music1.ttf         A Truetype font file containing clefs, etc.
  18. read.me           (This file)
  19.  
  20. To install Staff Sargeant, first make sure that the Visual 
  21. Basic 3.0 runtime module Vbrun300.dll is in your Windows 
  22. directory. This file is available on most BBS's, often under 
  23. the name VRBUN300.ZIP.
  24.  
  25. Cmdialog.vbx and commdlg.dll should be placed in your windows\system directory.
  26.  
  27. Install the Music1 Truetype font through the Control Panel. 
  28. Instructions for this process can be found  in your Windows 
  29. manual. As well, the Times New Roman Truetype font, which is 
  30. included with Windows 3.1, needs to be installed, as the "{" 
  31. character from this font is used by the program.
  32.  
  33. Copy the program file staff.exe to the directory of your 
  34. choice, and use the File, New command to install Staff Sargeant 
  35. into the Program Manager Group of your choice.
  36.  
  37. Usage
  38.  
  39. Staff Sargeant is simple to use; First, select which type of music 
  40. paper you wish to print by clicking on the arrow of the pop-down 
  41. selection box under 'Select Output Style.' Secondly, click on the 
  42. "Font" button or press Alt-F to choose the typeface, style and 
  43. size of the "Fill in the blank" title line of the paper. Please 
  44. note that if if the font size is too large, it will run into the 
  45. first stave. If you do not select a font, the printer's internal 
  46. font will be used.
  47.  
  48. Next, click on the "Print" button, or press Alt-P. A standard 
  49. Windows print dialog box will appear, allowing you to choose 
  50. printer, number of copies, etc. If you are printing legal size 
  51. blank music paper, be sure to select legal size (8.5 x 14") paper 
  52. through this dialog box, as the program does not do this for you 
  53. automatically. (The next version, perhaps?) Once you have made 
  54. your selections, press the "OK" button, and the printing process 
  55. will begin.
  56.  
  57. NOTE: For printing Gregorian chant, there is one difference. Since 
  58. the clef is not always on the same line, after you press the "OK"
  59. button in the print dialog box, a second dialog box will prompt 
  60. you to type in on which of the four lines you wish the clef to be 
  61. placed. Once you have done this, the process will continue. 
  62. Unfortunately, you will get prompted for every page if you are 
  63. printing more than one. (Hopefully the next edition.......)
  64.  
  65. When you are done, click on the Exit Button, or press Alt-E to 
  66. exit.
  67.  
  68. Disclaimer & Other Stuff
  69.  
  70. No warranty of any kind is extended with this program; use it 
  71. entirely at your own risk.
  72.  
  73. This program is freeware; no fee of any kind is required for its 
  74. use. If you like it, give it to your friends. (If you don't like 
  75. it, give it to your enemies.)
  76.  
  77. This program, or the associated font file, may not be sold, or 
  78. bundled with another program being sold, without permission of the 
  79. author.
  80.  
  81. This program was developed with Visual Basic 3.0 running under 
  82. Windows 3.1. Printers used in testing were a Canon BJ10-ex and 
  83. a Raven Dot Matrix emulating an Epson LQ-2500.
  84.  
  85. The Music 1 font was developed using Corel Draw 3.0. If you use 
  86. the font in other programs, you will find that the baseline is 
  87. inconsistent. I have worked around this in Staff Sargeant, but you 
  88. may not like the results using this font with other applications.
  89.  
  90.  
  91. Future Goals
  92.  
  93. Staff Sargeant is my first foray into Visual Basic Programming, 
  94. and has been a real "learning experience." As I learn more, I hope 
  95. to add more features.
  96.  
  97. If you have any thoughts on what else should be included, or find 
  98. bugs or other problems with Staff Sargeant,please let me know; I 
  99. look forward to any messages, and will answer them as soon as 
  100. possible. As a beginning VB programmer, I am acutely aware that 
  101. there is much to learn -- hints and suggestions are always 
  102. welcome!
  103.  
  104. My E-Mail addresses are:
  105.  
  106. Compuserve: 72202,2703
  107.  
  108. Internet: john.meadows@canrem.com
  109.  
  110. Regular Mail:
  111.  
  112. John Meadows
  113. 289 Donlands Avenue
  114. Toronto, Ontario
  115. M4J 3R5
  116. CANADA
  117.  
  118. Development History:
  119.  
  120. Version 1.0  25 July/93           Original Release
  121.  
  122. Version 1.01 31 July/93           Added font selection/printer
  123.                                   configuration
  124.  
  125. Version 2.0 31 August/93          Major update, many more output
  126.                                   styles, new user interface.
  127.  
  128.  
  129.